ChartDiagramElement

StockSharp.Diagram.Elements

Chart panel element (candles display area, indicators, orders and trades).

継承元: DiagramElement

コンストラクター

ChartDiagramElement(IChartBuilder)

Initializes a new instance of the ChartDiagramElement.

プロパティ

ChartGroupId : string

Chart group id is used to sync panels on mouse events.

IconName : string

Icon resource name.

IndicatorElements : ICollection<T>

Indicators.

ShowNonFormedIndicators : bool

Show non formed indicators values.

TypeId : Guid

Type id.

XAxes : ICollection<IChartAxis>

The list of horizontal axes.

YAxes : ICollection<IChartAxis>

The list of vertical axes.

メソッド

AddElementImpl(object)

the parameter can be ChartElementSocket, ChartIndicatorElementWrapper, IChartElement or null (for empty socket)

CreateCopy() : DiagramElement

Create a copy of DiagramElement.

戻り値: DiagramElement copy.

Flush(DateTime)

Flush non trigger (root) elements.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnReseted()

It is called from the Reset method.

OnStart(DateTime)

The method is called at the start of the diagram element algorithm.

Save(SettingsStorage)

Save settings.

storage
Settings storage.